home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / pprev101 / preview.dfm / preview.txt < prev   
Encoding:
Text File  |  1996-09-15  |  8.1 KB  |  316 lines

  1. object PreviewForm: TPreviewForm
  2.   Left = 158
  3.   Top = 99
  4.   Width = 629
  5.   Height = 445
  6.   Caption = 'Print Preview'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   KeyPreview = True
  13.   PixelsPerInch = 96
  14.   WindowState = wsMaximized
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   TextHeight = 16
  20.   object ToolBarPanel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 621
  24.     Height = 31
  25.     Align = alTop
  26.     Font.Color = clBlack
  27.     Font.Height = -12
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object GridBut: TSpeedButton
  33.       Left = 424
  34.       Top = 4
  35.       Width = 33
  36.       Height = 24
  37.       Hint = 'Turns Grid On/Off'
  38.       AllowAllUp = True
  39.       GroupIndex = 1
  40.       Caption = 'Grid'
  41.       Font.Color = clBlack
  42.       Font.Height = -12
  43.       Font.Name = 'Arial'
  44.       Font.Style = []
  45.       ParentFont = False
  46.       ParentShowHint = False
  47.       ShowHint = True
  48.       OnClick = GridButClick
  49.     end
  50.     object ZoomCursorBut: TSpeedButton
  51.       Left = 472
  52.       Top = 3
  53.       Width = 25
  54.       Height = 25
  55.       Hint = 'Selects the Zoom Tool to zoom in or out'
  56.       GroupIndex = 2
  57.       Down = True
  58.       Glyph.Data = {
  59.         90010000424D9001000000000000760000002800000020000000100000000100
  60.         0400000000000001000000000000000000000000000000000000000000000000
  61.         80000080000000808000800000008000800080800000C0C0C000808080000000
  62.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  63.         33033333333333333F8F3333333333333000333333333333F888333333333333
  64.         000333333333333F888333333333333000333333333333F88833333333333300
  65.         033333333FFF3F888333333800083B803333333F8883F88833333308888800B3
  66.         33333388333888833333308F7F7F8033333338F333F338F3333388F7F9F7F883
  67.         3333383338F3383F3333087F797F780333338F33F8FFF38F333308F99999F803
  68.         33338F388888338F3333087F797F7803333383F338F33383333388F7F9F7F883
  69.         333338F3383338F33333308F7F7F80333333383FF333F8333333330888880333
  70.         333333883FF88333333333380008333333333333888333333333000000000000
  71.         0000000000000000000000000000000000000000}
  72.       NumGlyphs = 2
  73.       ParentShowHint = False
  74.       ShowHint = True
  75.       OnClick = ZoomCursorButClick
  76.     end
  77.     object HandCursorBut: TSpeedButton
  78.       Left = 496
  79.       Top = 3
  80.       Width = 25
  81.       Height = 25
  82.       Hint = 'Selects the Hand Tool to pan across the Page'
  83.       GroupIndex = 2
  84.       Glyph.Data = {
  85.         10010000424D1001000000000000760000002800000010000000100000000100
  86.         0400000000008000000000000000000000000000000000000000000000000000
  87.         80000080000000808000800000008000800080800000C0C0C000808080000000
  88.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300000003
  89.         33333330FFFFFFF03333330FFFFFFFFF0333330FFFFFFF0FF033330FFFFFFF00
  90.         FF03330FFFFFFF030F03330F0F0F0F033003330F0F0F0F033333330F0F0F0F03
  91.         3333330F0F0F0F033333330F0F0F0F03333333300F0F0F03333333330F0F0F03
  92.         33333333000F0F0333333333330F003333333333330003333333000000000000
  93.         0000000000000000000000000000000000000000}
  94.       ParentShowHint = False
  95.       ShowHint = True
  96.       OnClick = HandCursorButClick
  97.     end
  98.     object OnePageBut: TSpeedButton
  99.       Left = 536
  100.       Top = 3
  101.       Width = 25
  102.       Height = 25
  103.       Hint = 'Display One page at a time'
  104.       GroupIndex = 3
  105.       Down = True
  106.       Caption = '&1'
  107.       ParentShowHint = False
  108.       ShowHint = True
  109.       OnClick = OnePageButClick
  110.     end
  111.     object TwoPageBut: TSpeedButton
  112.       Left = 560
  113.       Top = 3
  114.       Width = 25
  115.       Height = 25
  116.       Hint = 'Display Two pages side by side'
  117.       GroupIndex = 3
  118.       Caption = '&2'
  119.       ParentShowHint = False
  120.       ShowHint = True
  121.       OnClick = TwoPageButClick
  122.     end
  123.     object PrintBut: TButton
  124.       Left = 5
  125.       Top = 4
  126.       Width = 50
  127.       Height = 24
  128.       Hint = 'Print the Current Document'
  129.       Caption = '&Print'
  130.       TabOrder = 0
  131.       OnClick = PrintButClick
  132.     end
  133.     object NextPageBut: TButton
  134.       Left = 60
  135.       Top = 4
  136.       Width = 50
  137.       Height = 24
  138.       Hint = 'Advance to Next Page in Document'
  139.       Caption = '&Next'
  140.       TabOrder = 1
  141.       OnClick = NextPageButClick
  142.     end
  143.     object PrevPageBut: TButton
  144.       Left = 115
  145.       Top = 4
  146.       Width = 50
  147.       Height = 24
  148.       Hint = 'Move to Previous Page in Document'
  149.       Caption = 'Pre&v'
  150.       Enabled = False
  151.       TabOrder = 2
  152.       OnClick = PrevPageButClick
  153.     end
  154.     object ZoomInBut: TButton
  155.       Left = 170
  156.       Top = 4
  157.       Width = 60
  158.       Height = 24
  159.       Hint = 'Zoom In on the page'
  160.       Caption = 'Zoom &In'
  161.       TabOrder = 3
  162.       OnClick = ZoomInButClick
  163.     end
  164.     object ZoomOutBut: TButton
  165.       Left = 235
  166.       Top = 4
  167.       Width = 65
  168.       Height = 24
  169.       Hint = 'Zoom Out of the page'
  170.       Caption = 'Zoom &Out'
  171.       TabOrder = 4
  172.       OnClick = ZoomOutButClick
  173.     end
  174.     object CloseBut: TButton
  175.       Left = 360
  176.       Top = 4
  177.       Width = 50
  178.       Height = 24
  179.       Hint = 'Close the Print Preview window'
  180.       Cancel = True
  181.       Caption = '&Close'
  182.       TabOrder = 5
  183.       OnClick = CloseButClick
  184.     end
  185.     object AboutBut: TButton
  186.       Left = 305
  187.       Top = 4
  188.       Width = 50
  189.       Height = 24
  190.       Hint = 'Displays information on the Print Preview Component'
  191.       Caption = '&About'
  192.       TabOrder = 6
  193.       OnClick = AboutButClick
  194.       Visible = False
  195.     end
  196.   end
  197.   object StatBarPanel: TPanel
  198.     Left = 0
  199.     Top = 394
  200.     Width = 621
  201.     Height = 24
  202.     Align = alBottom
  203.     Font.Color = clBlack
  204.     Font.Height = -12
  205.     Font.Name = 'Arial'
  206.     Font.Style = []
  207.     ParentFont = False
  208.     TabOrder = 1
  209.     object CurPageLabel: TPanel
  210.       Left = 1
  211.       Top = 1
  212.       Width = 88
  213.       Height = 22
  214.       Hint = 'Displays the Current Page of the Document'
  215.       Align = alLeft
  216.       BevelOuter = bvLowered
  217.       Caption = 'CurPageLabel'
  218.       TabOrder = 0
  219.     end
  220.     object ZoomLabel: TPanel
  221.       Left = 89
  222.       Top = 1
  223.       Width = 88
  224.       Height = 22
  225.       Hint = 'Displays the Current Zoom Level (100% = normal)'
  226.       Align = alLeft
  227.       BevelOuter = bvLowered
  228.       Caption = 'ZoomLabel'
  229.       TabOrder = 1
  230.     end
  231.     object Panel1: TPanel
  232.       Left = 177
  233.       Top = 1
  234.       Width = 443
  235.       Height = 22
  236.       Hint = 'Displays Help for the object beneath the mouse'
  237.       Align = alClient
  238.       BevelOuter = bvLowered
  239.       TabOrder = 2
  240.       object HintLabel: TLabel
  241.         Left = 8
  242.         Top = 4
  243.         Width = 53
  244.         Height = 15
  245.         Hint = 'Displays Help for the object beneath the mouse'
  246.         Caption = 'HintLabel'
  247.       end
  248.     end
  249.   end
  250.   object ScrollBox1: TScrollBox
  251.     Left = 0
  252.     Top = 31
  253.     Width = 621
  254.     Height = 363
  255.     Align = alClient
  256.     Color = clBtnFace
  257.     ParentColor = False
  258.     TabOrder = 2
  259.     object ContainPanel: TPanel
  260.       Left = 0
  261.       Top = 0
  262.       Width = 489
  263.       Height = 329
  264.       BevelOuter = bvNone
  265.       Color = clBtnShadow
  266.       TabOrder = 0
  267.       object PagePanel: TPanel
  268.         Left = 44
  269.         Top = 32
  270.         Width = 209
  271.         Height = 265
  272.         BevelOuter = bvNone
  273.         BorderStyle = bsSingle
  274.         Color = clWindow
  275.         TabOrder = 0
  276.         object PB1: TPaintBox
  277.           Left = 0
  278.           Top = 0
  279.           Width = 207
  280.           Height = 263
  281.           Hint = 
  282.             'Page View.  With Zoom Tool, left or right click to zoom in/out. ' +
  283.             ' Click && drag with Hand Tool to pan.'
  284.           Align = alClient
  285.           OnMouseDown = PB1MouseDown
  286.           OnMouseMove = PB1MouseMove
  287.           OnMouseUp = PB1MouseUp
  288.           OnPaint = PB1Paint
  289.         end
  290.       end
  291.       object PagePanel2: TPanel
  292.         Left = 260
  293.         Top = 32
  294.         Width = 209
  295.         Height = 265
  296.         BevelOuter = bvNone
  297.         BorderStyle = bsSingle
  298.         Color = clWindow
  299.         TabOrder = 1
  300.         Visible = False
  301.         object PB2: TPaintBox
  302.           Left = 0
  303.           Top = 0
  304.           Width = 207
  305.           Height = 263
  306.           Hint = 
  307.             'Page View.  With Zoom Tool, left or right click to zoom in/out. ' +
  308.             ' Click && drag with Hand Tool to pan.'
  309.           Align = alClient
  310.           OnPaint = PB2Paint
  311.         end
  312.       end
  313.     end
  314.   end
  315. end
  316.